runtime.timer.rand (field)

4 uses

	runtime (current package)
		time.go#L65: 	rand    uint32 // randomizes order of timers at same instant; only set when isFake
		time.go#L178: 		return tw.timer.rand < other.timer.rand
		time.go#L740: 			t.rand = cheaprand()